@charset "gb2312";
/* CSS Document */

/* 
Copyright 2001-2014 Grand Point Inc.
2014_8 by Wang Li
 */


/*嵌套自定义CSS样式写在这里*/
.top {
    width: 100%;
    height: 100px;
}

.top .position {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.top .position h1 {
    display: block;
    margin: 0;
    float: left;
    width: 385px;
    height: 70px;
    margin-top: 20px;
}

.top .position h1 img {
    width: 385px;
    height: 70px;
}

.top .position .check {
    width: auto;
    height: 20px;
    position: absolute;
    right: 0;
    top: ;
    line-height: 20px;
    float: right;
    top: 25px;
    text-align: right;
    font-size: 14px;
    color: #9C9C9C;
}

.top .position .check a {
    font-size: 14px;
    color: #9C9C9C;
}

#TopSearch {
    width: 150px;
    height: 37px;
    border-bottom: 1px solid #EEEEEE;
    float: right;
    margin-top: 50px;
}

#TopSearch .TopSearch {
    width: 114px;
    height: 36px;
    float: left;
    border: none;
}

#TopSearch .TopSearch_button {
    width: 36px;
    height: 36px;
    float: right;
    background: url(1.png) no-repeat center;
    border: none;
}

.guide {
    float: left;
    width: 100%;
    height: 55px;
    position: relative;
}

.guide .position {
    width: 1920px;
    height: 55px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.guide .navtop {
    height: 55px;
    line-height: 55px;
    width: 1239px;
    margin: 0 auto;
}

.guide .navtop a {
    color: #404040;
}

.guide .navtop .nLi {
    float: left;
    display: inline;
    height: 55px;
}

.guide .navtop .nLi h3 {
    float: left;
    height: 55px;
    margin: 0;
    line-height: 55px;
}

.guide .navtop .nLi h3 a {
    display: block;
    font-weight: normal;
    text-align: center;
    height: 55px;
    font-size: 16px;
    color: #404040;
    /* width: 117px; */
    width: 136px;
}

.guide .navtop .nLi h3 a:hover {
    color: #fff;
    background: #1367B3
}

.guide .navtop .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 55px;
    position: absolute;
    background: url(2.png);
    line-height: 60px;
    z-index: 9;
}

.guide .navtop .sub li {
    zoom: 1;
    float: left;
}

.guide .navtop .sub a {
    display: block;
    padding: 0 12px;
    font-size: 14px;
    color: #fff;
}

.guide .navtop .sub a:hover {}

#adv {
    float: left;
    width: 100%;
}

#adv .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#adv .slideBox .hd {
    height: 25px;
    overflow: hidden;
    position: absolute;
    /* left: 50%; */
    bottom: 40px;
    z-index: 1;
    /* margin-left: -52px; */
    width: 100%;
    text-align: center;
}

#adv .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    /* float: left; */
    padding: 0;
    display: inline-block;
}

#adv .slideBox .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    text-align: center;
    cursor: pointer;
    margin: 0 7px;
    background: #fff;
    border-radius: 10px;
    opacity: 0.5
}

#adv .slideBox .hd ul li.on {
    opacity: 1
}

#adv .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

#adv .slideBox .bd ul {
    margin: 0;
    padding: 0;
}

#adv .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

#adv .slideBox .bd img {
    width: 100%;
    display: block;
}

.content1 {
    display: block;
    width: 100%;
    height: 150px;
    margin-top: 50px;
}

.content1 .position {
    width: 1200px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}

.content1 .position .box {
    width: 100px;
    height: 100px;
    float: left;
    background: url(3.png) no-repeat center;
}

.content1 .txtScroll-top {
    width: 1070px;
    float: right;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.content1 .txtScroll-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
    display: none;
}

.content1 .txtScroll-top .prev,
.content1 .txtScroll-top .next {
    display: block;
    width: 17px;
    height: 9px;
    float: right;
    cursor: pointer;
    background: no-repeat;
    position: absolute;
    right: 0;
}

.content1 .txtScroll-top .prev {
    background: url(4.png) no-repeat center;
    top: 18px;
}

.content1 .txtScroll-top .next {
    background: url(5.png) no-repeat center;
    bottom: 18px;
}

.content1 .txtScroll-top .prev:hover {
    background: url(4_on.png) no-repeat center;
    top: 18px;
}

.content1 .txtScroll-top .next:hover {
    background: url(5_on.png) no-repeat center;
    bottom: 18px;
}

.content1 .txtScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.content1 .txtScroll-top .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.content1 .txtScroll-top .hd ul li.on {
    background-position: 0 0;
}

.content1 .txtScroll-top .bd {
    width: 1015px;
    float: left;
}

.content1 .txtScroll-top .infoList li {
    height: 100px;
    width: 100%;
}

.content1 .txtScroll-top .infoList li .topic {
    display: block;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    margin: 0;
}

.content1 .txtScroll-top .infoList li p {
    color: #9C9C9C;
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    line-height: 28px;
    font-size: 14px;
}

.content1 .txtScroll-top .infoList li p a {
    color: #D70000;
}

.title_main {
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    float: left;
    margin-top: 75px;
}

.title_main h2 {
    display: block;
    position: absolute;
    margin: 0;
    width: 100%;
    line-height: 80px;
}

.title_main h2 a {
    color: #353535;
    font-weight: bold;
}

.title_main h3 {
    line-height: 80px;
    width: 100%;
    color: #E5E5E5;
    margin: 0;
    font-size: 58px;
}

.title_main h3 a {
    color: #E5E5E5;
}

.title_main .line {
    width: 60px;
    height: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    background: #0E5AA9;
}

.content2 {
    width: 100%;
    height: 740px;
    background: url(6.jpg) no-repeat left;
}

.content2 .position {
    width: 1200px;
    height: 740px;
    margin: 0 auto;
}

.content2 .position {}

.content2 .position .slideTxtBox {
    width: 1200px;
    height: 460px;
    text-align: left;
    float: left;
    margin-top: 30px;
}

.content2 .position .slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.content2 .position .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    height: 40px;
    margin: 0;
    width: 100%;
}

.content2 .position .slideTxtBox .hd ul li {
    cursor: pointer;
    width: 150px;
    height: 40px;
    border-radius: 40px;
    margin: 0 10px;
    text-align: center;
    background: #fff;
    color: #313131;
    font-size: 14px;
    display: inline-block;
}

.content2 .position .slideTxtBox .hd ul li a {
    color: #313131;
}

.content2 .position .slideTxtBox .hd ul li.on {
    background: #0E5AA9;
    color: #fff;
}

.content2 .position .slideTxtBox .hd ul li.on a {
    color: #fff;
}

.content2 .position .slideTxtBox .bd ul {
    zoom: 1;
    margin: 0;
    padding: 0;
}


.content2 .position .slideBoxx1 {
    width: 500px;
    height: 375px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    float: left;
}

.content2 .position .slideBoxx1 .hdx1 {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}

.content2 .position .slideBoxx1 .hdx1 ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    margin: 0;
}

.content2 .position .slideBoxx1 .hdx1 ul li {
    float: left;
    margin-left: 6px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
}

.content2 .position .slideBoxx1 .hdx1 ul li.on {
    opacity: 1;
}

.content2 .position .slideBoxx1 .bdx1 {
    position: relative;
    z-index: 0;
    width: 500px;
    height: 375px;
}

.content2 .position .slideBoxx1 .bdx1 li {
    zoom: 1;
    vertical-align: middle;
    width: 500px;
    height: 375px;
    display: block;
    position: relative;
}

.content2 .position .slideBoxx1 .bdx1 li .topic {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 50px;
    background: url(7.png);
    text-indent: 20px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.content2 .position .slideBoxx1 .bdx1 img {
    width: 500px;
    height: 375px;
    display: block;
}

.content2 .position .slideTxtBox .bd .text {
    width: 670px;
    height: 375px;
    float: right;
    padding: 20px 30px;
    margin-top: 45px;
    background: #fff;
}

.content2 .position .slideTxtBox .bd .text .up {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #D4D4D4
}

.content2 .position .slideTxtBox .bd .text .up .topic {
    display: block;
    line-height: 38px;
    font-weight: bold;
    font-size: 18px;
    color: #313131;
}

.content2 .position .slideTxtBox .bd .text .up p {
    display: block;
    margin: 0;
    margin-top: 5px;
    line-height: 28px;
    color: #929292;
    font-size: 14px;
}

.content2 .position .slideTxtBox .bd .text .up p a {
    color: #D00215
}

.content2 .position .slideTxtBox .bd .text ul {
    display: block;
    width: 100%;
    float: left;
    margin-top: 7px;
}

.content2 .position .slideTxtBox .bd .text ul li {
    display: block;
    width: 100%;
    float: left;
    line-height: 38px;
}

.content2 .position .slideTxtBox .bd .text ul li a {
    display: block;
    float: left;
    color: #313131;
    text-indent: 13px;
    background: url(8.jpg) no-repeat left;
    font-size: 16px;
}

.content2 .position .slideTxtBox .bd .text ul li p {
    display: block;
    float: right;
    margin: 0;
    color: #A5A5A5;
}

.content3 {
    width: 100%;
    height: 280px;
    background: url(9.jpg) no-repeat center;
}

.content3 .position {
    width: 1200px;
    height: 280px;
    position: relative;
    margin: 0 auto;
}

.content3 .position .picScroll-left {
    width: 900px;
    /* width: 100%; */
    height: 160px;
    float: left;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.content3 .position .picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
    display: block;
    display: none;
}

.content3 .position .picScroll-left .prev,
.content3 .position .picScroll-left .next {
    display: block;
    width: 20px;
    height: 35px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 90px;
}

.content3 .position .picScroll-left .next {
    right: 20px;
    background: url(11.jpg) no-repeat center
}

.content3 .position .picScroll-left .prev {
    left: 20px;
    background: url(10.jpg) no-repeat center
}

.content3 .position .picScroll-left .titlex {
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.content3 .position .picScroll-left .titlex h2 {
    display: block;
    margin: 0;
    font-size: 30px;
    color: #303030;
    line-height: 30px;
    font-weight: bold;
    padding-left: 17px;
    border-left: 7px solid #0E5BA9;
}

.content3 .position .picScroll-left .titlex h2 a {
    color: #303030;
    line-height: 30px;
    display: block;
}

.content3 .position .picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.content3 .position .picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.content3 .position .picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.content3 .position .picScroll-left .bd {
    width: 800px;
    /* width: 1100px; */
    margin: 0 auto;
    height: 70px;
    float: left;
    margin-left: 30px;
    margin-top: 16px;

}

.content3 .position .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.content3 .position .picScroll-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.content3 .position .picScroll-left .bd ul li .pic {
    text-align: center;
}

.content3 .position .picScroll-left .bd ul li .pic img {
    width: 380px;
    height: 70px;
    display: block;
    object-fit: cover;
}

.content3 .position .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.content3 .position .picScroll-left .bd ul li .title {
    line-height: 24px;
}

.content3 .position .right {
    width: 260px;
    height: 160px;
    position: relative;
    float: right;
    margin-top: 60px;
}

/*.content3 .position .right .box{
    display:block;
    width:260px;
    height:73px;
    cursor:pointer;
    }
.content3 .position .right .box a{
    display:block;
    width:260px;
    height:73px;
    cursor:pointer;
    }
.content3 .position .right .box1{
    background:url(12.png) no-repeat center;
    }
.content3 .position .right .box1:hover{
    background:url(12_on.png) no-repeat center;
    }

.content3 .position .right .box2{
    background:url(13.png) no-repeat center;
    margin-top:14px;
    }
.content3 .position .right .box2:hover{
    background:url(13_on.png) no-repeat center;
    }*/
.content4 {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 780px;
    background: url(14.png) no-repeat center;
}

.content4 .position {
    width: 1920px;
    height: 780px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.content4 .position .slideTxtBoxx2 {
    width: 100%;
    height: 560px;
    text-align: left;
    float: left;
    margin-top: 70px;
}

.content4 .position .slideTxtBoxx2 .hdx2 {
    height: 100px;
    position: relative;
    width: 100%;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul {
    float: left;
    width: 100%;
    margin: 0;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li {
    float: left;
    cursor: pointer;
    /* width: 50%; */
    width: 100%;
    background: #fff;
    background: #0E5BA9;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li .box {
    display: block;
    /* width: 600px; */
    width: 100%;
    height: 100px;
    float: left;
    text-align: center;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li .title {
    display: block;
    /* float: left; */
    /* margin-top: 25px; */
    margin-top: 40px;

}

.content4 .position .slideTxtBoxx2 .hdx2 ul li .title .topic {
    display: block;
    font-size: 24px;
    color: #1260AB;
    line-height: 24px;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li .title .topicen {
    display: block;
    font-size: 18px;
    color: #1260AB;
    line-height: 18px;
    margin-top: 10px;
    display: none !important;

}

.content4 .position .slideTxtBoxx2 .hdx2 ul li .more {
    width: 110px;
    height: 40px;
    display: block;
    border-radius: 40px;
    background: #fff;
    background: url(16.jpg) no-repeat center;
    float: right;
    margin-top: 30px;

    display: none !important;

}

.content4 .position .slideTxtBoxx2 .hdx2 ul li.on {
    background: #0E5BA9;
}


.content4 .position .slideTxtBoxx2 .hdx2 ul li.on .title .topic {
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li.on .title .topicen {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-top: 10px;
}

.content4 .position .slideTxtBoxx2 .hdx2 ul li.on .more {
    width: 110px;
    height: 40px;
    display: block;
    border-radius: 40px;
    background: url(15.jpg) no-repeat center #fff;
    float: right;
    margin-top: 30px;
}

.content4 .position .picMarquee-leftx3 {
    width: 100%;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.content4 .position .picMarquee-leftx3 .hdx3 {
    display: none;
}

.content4 .position .picMarquee-leftx3 .nextx3 {
    display: block;
    float: left;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    left: 230px;
    background: url(17.png);
    top: 145px;
}

.content4 .position .picMarquee-leftx3 .prevx3 {
    display: block;
    float: left;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    right: 230px;
    background: url(18.png);
    top: 145px;
}

.content4 .position .picMarquee-leftx3 .bdx3 {}

.content4 .position .picMarquee-leftx3 .bdx3 ul {
    overflow: hidden;
    zoom: 1;
}

.content4 .position .picMarquee-leftx3 .bdx3 ul li {
    width: 480px;
    height: 460px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.content4 .position .picMarquee-leftx3 .bdx3 ul li .pic {
    text-align: center;
    width: 480px;
    height: 360px;
}

.content4 .position .picMarquee-leftx3 .bdx3 ul li .pic img {
    width: 480px;
    height: 360px;
    display: block;
}

.content4 .position .picMarquee-leftx3 .bdx3 ul li .title {
    width: 480px;
    height: 100px;
    line-height: 100px;
    background: #F5F5F5;
    color: #313131;
    font-size: 14px;
    display: block;
}

.content4 .position .picMarquee-leftx3 .bdx3 ul li .title:hover {
    background: #0E5BA9;
    color: #fff;
    display: block;
}



.content4 .position .picMarquee-leftx4 {
    width: 100%;
    overflow: hidden;
    height: 460px;
    position: relative;
}

.content4 .position .picMarquee-leftx4 .hdx4 {
    display: none;
}

.content4 .position .picMarquee-leftx4 .nextx4 {
    display: block;
    float: left;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    left: 230px;
    background: url(17.png);
    top: 145px;
}

.content4 .position .picMarquee-leftx4 .prevx4 {
    display: block;
    float: left;
    cursor: pointer;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 999;
    right: 230px;
    background: url(18.png);
    top: 145px;
}

.content4 .position .picMarquee-leftx4 .bdx4 {}

.content4 .position .picMarquee-leftx4 .bdx4 ul {
    overflow: hidden;
    zoom: 1;
}

.content4 .position .picMarquee-leftx4 .bdx4 ul li {
    width: 480px;
    height: 460px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.content4 .position .picMarquee-leftx4 .bdx4 ul li .pic {
    text-align: center;
    width: 480px;
    height: 360px;
}

.content4 .position .picMarquee-leftx4 .bdx4 ul li .pic img {
    width: 480px;
    height: 360px;
    display: block;
}

.content4 .position .picMarquee-leftx4 .bdx4 ul li .title {
    width: 480px;
    height: 100px;
    line-height: 100px;
    background: #F5F5F5;
    color: #313131;
    font-size: 14px;
    display: block;
}

.content4 .position .picMarquee-leftx4 .bdx4 ul li .title:hover {
    background: #0E5BA9;
    color: #fff;
    display: block;
}

.content5 {
    width: 100%;
    height: 530px;
    clear: both;
}

.content5 .position {
    width: 1200px;
    height: 530px;
    position: relative;
    margin: 0 auto;
}

.content5 .position .box {
    width: 400px;
    height: 390px;
    float: left;
    border-left: 1px solid #D9D9D9;
    margin-top: 80px;
    padding: 0 30px;
}

.content5 .txtScroll-topx6 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content5 .titlex {
    width: 100%;
    height: 70px;
}

.content5 .titlex h2 {
    font-size: 18px;
    display: block;
    margin: 0;
    color: #E5E5E5;
    margin-top: 18px;
}

.content5 .titlex h2 a {
    color: #E5E5E5;
}

.content5 .titlex h3 {
    display: block;
    font-weight: bold;
    color: #303030;
    margin: 0;
    margin-top: 10px;
}

.content5 .titlex h3 a {
    color: #303030;
    line-height: 30px;
    display: block;
    font-size: 30px;
    text-indent: 18px;
    border-left: #0063B3 6px solid;
}

.content5 .txtScroll-topx6 .hdx6 {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    display: none;
}

.content5 .txtScroll-topx6 .prevx6,
.content5 .txtScroll-topx6 .nextx6 {
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.content5 .txtScroll-topx6 .prevx6 {
    background: url(20.jpg);
}

.content5 .txtScroll-topx6 .prevx6:hover {
    background: url(20_on.jpg);
}

.content5 .txtScroll-topx6 .nextx6 {
    background: url(21.jpg);
}

.content5 .txtScroll-topx6 .nextx6:hover {
    background: url(21_on.jpg);
}

.content5 .txtScroll-topx6 .hdx6 ul {
    float: right;
    overflow: hidden;
    zoom: 1;
}

.content5 .txtScroll-topx6 .hdx6 ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.content5 .txtScroll-topx6 .hdx6 ul li.on {
    background-position: 0 0;
}

.content5 .txtScroll-topx6 .bdx6 {
    margin-top: 23px;
}

.content5 .txtScroll-topx6 .infoList li {
    height: 35px;
    line-height: 35px;
}

.content5 .txtScroll-topx6 .infoList li a {
    display: block;
    float: left;
    color: #313131;
    font-size: 14px;
    text-indent: 20px;
    background: url(19.jpg) no-repeat left;
}

.content5 .txtScroll-topx6 .fanye {
    display: block;
    width: 64px;
    height: 22px;
    float: right;
    position: relativel
}

.content6 {
    width: 100%;
    overflow: hidden;
}

.content6 img {
    display: block;
    width: 100%;
}

.content7 {
    width: 100%;
    height: 60px;
    margin-top: 60px;
}

.content7 .position {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.selectx1 {
    position: relative;
    float: left;
    width: 380px;
    height: 60px;
    margin-left: 30px;
}

.selectx1 dt {
    width: 380px;
    height: 60px;
    display: inline-block;
    border: 1px solid #d2ccc4;
    background: #fcfcfb url(22.jpg) no-repeat 340px center;
    line-height: 60px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
    text-indent: 20px;
    font-size: 14px;
    color: #929292;
    font-weight: normal;
}

.selectx1 dt:hover,
.select1 dt.cur {
    border: 1px solid #409DFE;
    box-shadow: 0 0 3px #409DFE;
}

.selectx1 dd {
    position: absolute;
    left: 0;
    top: 60px;
    border: 1px solid #d2ccc4;
    background: #fff;
    display: none;
    background: #fff;
    z-index: 999;
}

.selectx1 dd ul {
    padding: 4px;
    width: 378px;
    max-height: 200px;
    overflow: auto;
}

.selectx1 dd ul li a {
    line-height: 28px;
    display: block;
    padding: 0 8px;
}

.selectx1 dd ul li a:hover {
    background: #f5f5f5;
}

.foot {
    width: 100%;
    height: 190px;
    background: url(25.jpg) no-repeat center;
}

.foot .position {
    width: 1200px;
    height: 190px;
    position: relative;
    margin: 0 auto;
}

.foot .position .infom {
    display: block;
    float: left;
    margin-top: 68px;
    line-height: 28px;
    color: #9A9A9A;
    font-size: 14px;
}

.foot .position .infom a {
    color: #9A9A9A;
}

.foot .slideBox1x {
    width: 300px;
    height: 105px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 40px;
}

.foot .slideBox1x .hd1x {
    height: 40px;
    width: 110px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
}

.foot .slideBox1x .hd1x ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 165px
}

.foot .slideBox1x .hd1x ul li {
    float: left;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
}

.foot .slideBox1x .hd1x ul li.on {}

.foot .slideBox1x .hd1x ul .lix1 {
    background: url(22.png);
}

.foot .slideBox1x .hd1x ul .lix2 {
    background: url(23.png);
}

.foot .slideBox1x .hd1x ul .lix3 {
    background: url(24.png);
}

.foot .slideBox1x .hd1x ul .lix1.on {
    background: url(22_on.png)
}

.foot .slideBox1x .hd1x ul .lix2.on {
    background: url(23_on.png)
}

.foot .slideBox1x .hd1x ul .lix3.on {
    background: url(24_on.png)
}

.foot .slideBox1x .bd1x {
    position: relative;
    height: 105px;
    width: 105px;
    float: right;
    z-index: 0;
}

.foot .slideBox1x .bd1x li {
    zoom: 1;
    vertical-align: middle;
}

.foot .slideBox1x .bd1x img {
    width: 105px;
    height: 105px;
    display: block;
}


.foot .slideBox1x p {
    display: block;
    position: absolute;
    color: #585858;
    left: 85px;
    top: 38px;
    font-size: 14px;
}

.adv_nei img {
    width: 1920px;
    height: 250px;
}

.adv_nei {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.adv_nei .position {
    width: 1920px;
    height: 250px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}

.adv_nei .position h2 {
    display: block;
    position: absolute;
    left: 360px;
    top: 150px;
    line-height: 75px;
    margin: 0;
}

.adv_nei .position h2 .en {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    display: block;
    float: left;
}

.adv_nei .position h2 .ch {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    display: block;
    float: left;
}

.adv_nei .position p {
    display: block;
    position: absolute;
    left: 360px;
    top: 115px;
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.adv_nei .position p a {
    color: #fff;
}

.nei_guide {
    width: 100%;
    border-bottom: 1px solid #DADADA;
    float: left;
}

.nei_guide .position {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.nei_guide .position a {
    display: block;
    line-height: 80px;
    float: left;
    margin-right: 50px;
    text-align: center;
    font-size: 18px;
    color: #666666;
}

.nei_guide .position a:hover {
    color: #666666;
    display: block;
    border-bottom: 1px solid #1367B3;
    height: 80px;
}

.mChoose {
    display: block;
    line-height: 80px;
    float: left;
    margin-right: 50px;
    text-align: center;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #1367B3;
    height: 80px;
}

.mChoose:hover {
    display: block;
    line-height: 80px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #1367B3;
    height: 80px;
}

.content {
    width: 100%;
}

.content .position {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.content .position .d_page {
    width: 100%;
}

.content .position .d_page .up {
    width: 100%;
    text-align: center;
}

.content .position .d_page .up h2 {
    display: block;
    font-size: 18px;
    color: #1367B3;
    font-weight: bold;
    padding-top: 50px;
    line-height: 2em;
    margin-bottom: 10px;
}

.content .position .d_page .up h3 {
    display: block;
    font-size: 14px;
    color: #1367B3;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
}

.content .position .d_page .up p {
    display: block;
    line-height: 55px;
    color: #B0B0B0;
    margin-bottom: 10px;
}

.content .position .d_page .down {
    display: block;
    font-size: 14px;
    color: #363636;
    line-height: 2.25em;
}

.content .position .d_page .down p {
    margin-bottom: 5px;
}

.content .position .listx {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.content .position .listx .date {
    width: 80px;
    height: 120px;
    float: left;
    background: url(26.png) bottom no-repeat #4D4D4D;
    color: #fff;
    text-align: center;
}

.content .position .listx .date .dd {
    font-size: 36px;
    line-height: 36px;
    margin-top: 16px;
}

.content .position .listx .date .yy {
    font-size: 14px;
}

.content .position .listx .text {
    width: 1120px;
    height: 140px;
    background: #F7F7F7;
    float: right;
}

.content .position .listx .text a {
    display: block;
    padding: 30px 30px 0 30px;
    font-size: 16px;
    color: #4D4D4D;
    font-weight: bold;
}

.content .position .listx .text p {
    color: #8C8C8C;
    font-size: 14px;
    padding: 10px 30px 0 30px;
    line-height: 25px;
}

.content .position .listx:hover .date {
    background: url(26.png) bottom no-repeat #1367B3;
    color: #fff;
}

.content .position .listx:hover .text a {
    color: #1367B3;
}


.content .position .list1x {
    width: 100%;
    height: 140px;
    margin-bottom: 20px;
}

.content .position .list1x .date {
    width: 80px;
    height: 120px;
    float: left;
    background: url(26.png) bottom no-repeat #1367B3;
    color: #fff;
    text-align: center;
}

.content .position .list1x .date .dd {
    font-size: 36px;
    line-height: 36px;
    margin-top: 16px;
}

.content .position .list1x .date .yy {
    font-size: 14px;
}

.content .position .list1x .text {
    width: 1120px;
    height: 140px;
    background: #F7F7F7;
    float: right;
}

.content .position .list1x .text a {
    display: block;
    padding: 30px 30px 0 30px;
    font-size: 16px;
    color: #1367B3;
    font-weight: bold;
}

.content .position .list1x .text p {
    color: #8C8C8C;
    font-size: 14px;
    padding: 10px 30px 0 30px;
    line-height: 25px;
}

.content .position .pic {
    width: 1250px;
    margin-top: 50px;
}

.content .position .pic .box {
    width: 290px;
    height: 260px;
    float: left;
    background: #F5F5F5;
    margin-right: 14px;
    margin-bottom: 11px;
}

.content .position .pic .box .img {
    width: 250px;
    height: 185px;
    margin: 20px 20px 0 20px;
    position: relative;
}

.content .position .pic .box .img img {
    width: 250px;
    height: 185px;
}

.content .position .pic .box .topic {
    text-align: center;
    line-height: 55px;
    height: 55px;
    color: #363636;
    font-size: 14px;
    display: block;
    width: 100%;
}

.content .position .pic .box .topic a {
    color: #363636;
}


.content .position .picx {
    width: 1250px;
    margin-top: 50px;
}

.content .position .picx .box {
    width: 195px;
    height: 125px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.content .position .picx .box .img {
    width: 195px;
    height: 125px;
}

.content .position .picx .box .img img {
    width: 195px;
    height: 125px;
    border: 1px solid #E5E5E5;
}



.content .position .pic_list {
    width: 100%;
    height: 250px;
    position: relative;
    border: 1px solid #F0F0F0;
    margin-bottom: 20px;
}

.content .position .pic_list .img {
    width: 280px;
    height: 210px;
    margin: 19px;
    float: left;
}

.content .position .pic_list .img img {
    width: 280px;
    height: 210px;
}

.content .position .pic_list .line {
    width: 1px;
    height: 210px;
    margin-top: 19px;
    float: left;
    background: url(27.jpg) no-repeat center;
    margin-left: 9px;
}

.content .position .pic_list .text {
    padding: 39px 24px 14px 32px;
    width: 870px;
    height: 210px;
    float: right;
    margin-top: 19px;

}

.content .position .pic_list .text .topic {
    font-size: 14px;
    font-weight: bold;
    color: #393939;
    line-height: 14px;
}

.content .position .pic_list .text p {
    margin: 0;
    font-size: 14px;
    height: 95px;
    margin-top: 15px;
    line-height: 27px;
}

.content .position .pic_list .text .more {
    width: 120px;
    height: 35px;
    display: block;
    border: 1px solid #CECECE;
    border-radius: 4px;
    text-align: center;
    line-height: 33px;
    font-size: 14px;
    color: #616161;
}

.content .position .pic_list .text .more {
    border-color: #1367B3;
    background: #1367B3;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #1367B3;
    border-color: #1367B3;
}

.pagination>li>a,
.pagination>li>span {
    color: #1367B3;
}

.btn-primary {
    color: #fff;
    background-color: #1367B3;
    border-color: #1367B3;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1367B3;
    border-color: #1367B3;
}

.b14 img {
    width: 100%;
}

.b15 {
    height: 260px;
}

.block15 {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.block15 li {
    width: 300px;
    float: left;
    clear: right;
    padding-top: 95px;
    text-align: center;
}

.b15_txt1 {
    color: #505050;
}

.b15_txt2 {
    color: #a8a8a8;
    margin-top: 10px;
}

.b15_m1 {
    background: url(15x.jpg) no-repeat top center;
}

.b15_m2 {
    background: url(16x.jpg) no-repeat top center;
}

.b15_m3 {
    background: url(17x.jpg) no-repeat top center;
}

.b15_m4 {
    background: url(18x.jpg) no-repeat top center;
}

.b16 {
    height: 673px;
    background: #F4F4F4;
}

.block16 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
}

.b16_ipt {
    display: inline-block;
    width: 580px;
    height: 50px;
    text-indent: 18px;
    line-height: 50px;
    border: 1px solid #E7E7E7;
    color: #B0B0B0;
    margin-bottom: 10px;
}

#MeContent {
    width: 100%;
    height: 235px;
    border: 1px solid #E7E7E7;
    resize: none;
    color: #B0B0B0;
    text-indent: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.block16 label.error {
    position: absolute;
    left: 80px;
    line-height: 45px;
    top: 0px;
}

.b16_sub {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #1367B3;
}

.b17 {
    padding: 80px 0;
}

.block17 {
    width: 1200px;
    margin: 0 auto;
}

.block17 li {
    float: left;
    clear: right;
    width: 295px;
    height: 122px;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.block17 li img {
    width: 100%;
    height: 100%;
}

.b18 {
    padding-top: 85px;
}

.block18 {
    width: 1200px;
    margin: 0 auto;
}

.block18 li {
    width: 1200px;
    height: 390px;
    padding: 20px;
    float: left;
    clear: both;
    margin-bottom: 30px;
    background: #F2F2F2;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.b18_img {
    width: 468px;
    height: 350px;
    overflow: hidden;
}

.b18_img img {
    width: 468px;
    height: 350px;
}

.block18 li:hover .b18_img img {
    transform: scale(1.2);
}

.b18_box {
    width: 635px;
    height: 350px;
    position: relative;
}

.b18_info {
    float: left;
    clear: both;
}

.b18_no {
    float: left;
    clear: both;
    font-size: 48px;
    color: #ff3e15;
}

.b18_txt {
    float: left;
    clear: both;
    color: #555656;
}

.b18_con {
    margin-top: 30px;
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #C2C2C2;
    float: left;
    clear: both;
}

.b18_title {
    float: left;
    clear: both;
    font-size: 18px;
    color: #555656;
    font-weight: bold;
}

.b18_des {
    float: left;
    clear: both;
    line-height: 28px;
    color: #555656;
    margin-top: 28px;
}

.b18_more {
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #919191;
    color: #fff;
}

.block18 li:hover .b18_con .b18_more {
    background: #FF3E15;
}



.piro_html {
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    margin: 0;
    display: block;
    padding: 0;
    z-index: 150001;
}

.piro_html table,
.piro_html tbody,
.piro_html tr,
.piro_html th,
.piro_html td {
    margin: 0;
    padding: 0;
    border: none;
}

.piro_html img {
    margin: 0;
    padding: 0;
    border: none;
}

.piro_html .h_t_l {
    width: 10px;
    height: 10px;
    background: url(caption.png);
}

.piro_html .h_t_r {
    width: 10px;
    height: 10px;
    background: url(caption.png);
}

.piro_html .h_t_c {
    cursor: move;
    height: 10px;
    background: url(caption.png);
}

.piro_html .h_c_l {
    width: 10px;
    background: url(caption.png);
}

.piro_html .h_c_c {
    background: url(caption.png);
    margin: 0;
    padding: 0;
}

.piro_html .h_c_c .div_reg {
    background: url(caption.png);
    width: 480px;
    overflow: hidden;
    height: 480px;
    margin: 0;
    padding: 0;
}

.piro_html .h_c_c .div_reg img {
    cursor: move;
}

.piro_html .h_c_r {
    width: 10px;
    background: url(caption.png);
}

.piro_html .h_b_c {
    cursor: move;
    height: 10px;
    background: url(caption.png);
}

.piro_html .h_b_l {
    width: 10px;
    height: 10px;
    background: url(caption.png);
}

.piro_html .h_b_r {
    width: 10px;
    height: 10px;
    background: url(caption.png);
}

.piro_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 150000;
    background: #fff;
    display: none;
    cursor: pointer;
}

.piro_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -59px 0 0 -59px;
    width: 118px;
    height: 118px;
    display: block;
    z-index: 150005;
    cursor: pointer;
}

.piro_loader span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    width: 72px;
    height: 72px;
    display: block;
    z-index: 150009;
    background: url(loadinfo.gif) center top no-repeat;
}

.piro_title {
    position: fixed;
    background: url(bg_title.png) bottom repeat-x;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 6px 0 10px 0;
    color: #fff;
    z-index: 150000;
    font-size: 18px;
    display: none;
}

.btn_info {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 25px;
    height: 25px;
    margin: 0;
    display: block;
    padding: 0px;
    color: black;
    cursor: pointer;
    background: url(b_w/info.png) no-repeat;
    z-index: 1500440
}

.caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    display: block;
    padding: 0px;
    color: black;
    cursor: text;
    background: url(caption.png);
    z-index: 150018
}

.caption p {
    display: block;
    margin: 0;
    padding: 7px 5px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    z-index: 150019;
    color: white;
}

.nav_container {
    position: absolute;
    bottom: -20px;
    right: 0;
    height: 20px;
    width: 60px;
    background: url(caption.png);
    z-index: 1500190000000;
}

.piro_close {
    position: absolute;
    right: 20px;
    height: 20px;
    width: 20px;
    background: transparent url(close.png) no-repeat center center;
    cursor: pointer;
    margin: 0 0 0 0;
    z-index: 150022;
    display: none;
}

a.piro_next {
    position: absolute;
    width: 20px;
    right: 0px;
    height: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: 0;
    background: url(next.png) center right no-repeat;
    border: none;
    cursor: pointer;
    z-index: 150023
}

a:hover.piro_next {
    background: url(next.png) center right no-repeat;
}

.piro_next_fake {
    position: absolute;
    width: 20px;
    right: 0px;
    height: 20px;
    outline: none;
    text-indent: -999em;
    display: none;
    margin: 0;
    background: url(next.png) center right no-repeat;
    border: none;
    cursor: auto;
    z-index: 150020
}

.piro_prev_fake {
    position: absolute;
    width: 20px;
    right: 40px;
    height: 20px;
    outline: none;
    text-indent: -999em;
    display: none;
    margin: 0;
    background: url(prev.png) center right no-repeat;
    border: none;
    cursor: auto;
    z-index: 150020
}

a.piro_prev {
    position: absolute;
    width: 20px;
    right: 40px;
    height: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: 0;
    background: url(prev.png) center left no-repeat;
    border: none;
    cursor: pointer;
    z-index: 150024
}

a:hover.piro_prev {
    background: url(prev.png) center left no-repeat;
}

a.close_pirobox {
    color: #bb0f05;
}

#ie6-warning {
    background: #FF3E15;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    padding: 0;
    z-index: 10000;
    line-height: 40px;
    text-align: center;
}

#ie6-warning a {
    color: #fff;
    text-decoration: underline;
}


piro_overlay {
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    z-index: 99997;
}

.loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100008;
    background: none
}

.loading span span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    z-index: 100009;
    background: url(ajax-loader.gif) center center no-repeat !important;
    background: url(ajax-loader.gif) center center no-repeat;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    display: block;
    padding: 0px;
    cursor: text;
    background: #222;
}

.piro_nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    display: block;
    padding: 0;
    background: none;
}

.caption p {
    display: block;
    margin: 0;
    padding: 4px 28px 4px 38px;
    text-align: center;
    font-weight: normal;
    background: black;
    color: white;
    font-size: 12px;
}

a.piro_close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    background: url(close_btn.png) no-repeat;
    cursor: pointer;
    z-index: 100006;
}

a:hover.piro_close {
    background: url(close_btn_h.png) no-repeat;
}

a.piro_next {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    right: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: -18px 0 0 0;
    background: url(next.png) center right no-repeat;
    border: none;
    cursor: pointer;
    z-index: 1000000001
}

a:hover.piro_next {
    background: url(next_h.png) center right no-repeat;
}

a.piro_prev {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    left: 20px;
    text-indent: -999em;
    outline: none;
    display: block;
    margin: -18px 0 0 0;
    background: url(prev.png) center left no-repeat;
    border: none;
    cursor: pointer;
    z-index: 1000000000
}

a:hover.piro_prev {
    background: url(prev_h.png) center left no-repeat;
}



.pirobox_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    width: 800px;
    height: 600px;
    margin: -300px 0 0 -400px;
    display: block;
    z-index: 999999;
    font-family: Trebuchet MS, Arial;
}

.pirobox_content table,
tbody,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: none;
}

.pirobox_content img {
    margin: 0;
    padding: 0;
    border: none;
}

.t_l {
    background: url(t_l.png) no-repeat;
    width: 20px;
    height: 20px;
}

.t_r {
    background: url(t_r.png) no-repeat;
    width: 20px;
    height: 20px;
}

.t_c {
    height: 20px;
    background: url(t_c.png) repeat-x;
}

.c_l {
    width: 20px;
    background: url(c_l.png) repeat-y;
}

.c_c {
    background: white;
    margin: 0;
    padding: 0;
}

.c_c div {
    width: 760px;
    height: 560px;
    margin: 0;
    padding: 0 0 0px 0;
}

.c_r {
    width: 20px;
    background: url(c_r.png) repeat-y;
}

.b_c {
    height: 20px;
    background: url(b_c.png) repeat-x;
}

.b_l {
    background: url(b_l.png) no-repeat;
    width: 20px;
    height: 20px;
}

.b_r {
    background: url(b_r.png) no-repeat;
    width: 20px;
    height: 20px;
}

/*.t_l{background:#000; width:10px; height:10px;}
.t_r{background:#000; width:10px; height:10px;}
.t_c{height:10px; background:#000;}

.c_l{width:10px; background:#000;}
.c_c{background:#000; margin:0; padding:0;}
.c_c div{width:380px; height:180px; margin:0; padding:0;}
.c_r{width:10px; background: #000;}

.b_c{height:10px; background:#000;}
.b_l{background:#000; width:10px; height:10px;}
.b_r{background:#000; width:10px; height:10px;}
*/
.box_img {
    position: absolute;
    z-index: 99995;
    background: url(img_bg.png);
    width: 100%;
    top: 30px;
    left: 30px;
    height: 100%;
    padding: 0;
}

.err_mess {
    position: absolute;
    bottom: 20px;
    color: white;
    padding: 0;
    margin: 0 0 0 20px;
    display: block;
}

.err_mess a {
    color: red;
    font-weight: 700;
}

.number {
    position: absolute;
    margin-left: 3px;
    height: 18px;
    width: 30px;
    padding: 3px;
    left: 0;
    color: #666;
    bottom: 1px;
    font-size: 11px;
}

a.link_to {
    position: absolute;
    margin-right: 6px;
    height: 20px;
    width: 20px;
    right: 0;
    color: #999;
    bottom: 3px;
    background: url(link_out.png) no-repeat;
    text-indent: -999em;
}

a:hover.link_to {
    background: url(link_out_h.png) no-repeat;
}

a.play {
    position: absolute;
    top: 20px !important;
    top: 20px;
    left: 20px !important;
    left: 20px;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: none;
    display: block;
    background: url(play.png) no-repeat;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}

a:hover.play {
    background: url(play_h.png) no-repeat;
}

a.stop {
    position: absolute;
    top: 20px !important;
    top: 20px;
    left: 20px !important;
    left: 20px;
    ;
    width: 40px;
    height: 40px;
    margin: 0;
    outline: none;
    display: block;
    background: url(pause.png) no-repeat;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}

a:hover.stop {
    background: url(pause_h.png) no-repeat;
}

.fleft {
    float: left;
}

.form-horizontal .form-group {
    margin-left: 5px !important;
    display: block;
}




.mainjb {
    width: 1000px;
    margin: 0 auto;
}

.mainjb .jb1 {
    width: 1000px;
    height: 85px;
}

.mainjb .jb1 img {
    width: 1000px;
    height: 85px;
}

.mainjb .jb2 {
    width: 900px;
    padding: 10px;
    height: 175px;
    border: 1px solid #DADADA;
    margin: 0 auto;
}

.mainjb .jb2 .titpic {
    width: 880px;
    height: 50px;
}

.mainjb .jb2 .titpic img {
    width: 880px;
    height: 50px;
}

.mainjb .infom {
    display: block;
    margin: 0;
    line-height: 30px;
    height: 65px;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.mainjb .nextstep {
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 30px;
}

.mainjb .infomx {
    display: block;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}

.mainjb .buttom {
    width: 480px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
}

.mainjb .buttom a {
    display: block;
    width: 160px;
    height: 30px;
    float: left;
}

/*嵌套自定义CSS样式写在之上，以下全局CSS请勿修改和删除*/

/*全局CSS开始，请勿删除或修改*/
body {
    font-family: "微软雅黑", verdana, arial;
    margin: 0;
    padding: 0;
}

;

h1,
h2,
h3,
h4,
h5,
h6,
h7,
th {
    font-weight: normal;
}

body {
    font-size: 12px;
    overflow-x: hidden
}

img {
    border: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
}

a {
    color: #717171;
    text-decoration: none;
}

a:hover {
    color: #ff8c11;
    text-decoration: none;
}

.clear {
    clear: both;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

.font10 {
    font-size: 10px;
}

.ftBlue {
    color: #06C;
}

.ftOrange {
    color: #F90;
}

.ftYellow {
    color: #FF0;
}

.ftRed {
    color: #F00;
}

.ftGray {
    color: #666;
}

.ftGreen {
    color: #360;
}

.ftStrong {
    font-weight: bold;
}

.ftUnderline {
    text-decoration: underline;
}

.ftOverline {
    text-decoration: line-through;
}

.ftItalic {
    font-style: italic;
}

.mouseHand {
    cursor: pointer;
}

.imgLine {
    padding: 3px;
    border: #E8E8E8 1px solid;
    background: #FFF;
}

.error {
    border: 1px solid #F00;
    background: #FFECEC;
    font-weight: normal;
    padding-top: 5px;
}

.error th {
    background: url(../../HdInc/Images/error.png) no-repeat 4px 4px #FFECEC;
    width: 22px;
    height: 20px;
}

.error td {
    padding: 3px;
    color: #F00;
    background: #FFECEC;
}

.success {
    border: 1px solid #690;
    background: #F0FAE7;
}

.success th {
    background: url(../../HdInc/Images/success.png) no-repeat 4px 4px #F0FAE7;
    width: 22px;
}

.success td {
    padding: 3px;
    color: #360;
    background: #F0FAE7;
}

.info {
    border: 1px solid #09C;
    background: #DFF4FF;
}

.info th {
    background: url(../../HdInc/Images/info.png) no-repeat #DFF4FF 4px 4px;
    width: 20px;
}

.info td {
    padding: 3px;
    color: #069;
    background: #DFF4FF;
}

.warning {
    border: 1px solid #F90;
    background: #FCF9DA;
}

.warning th {
    background: url(../../HdInc/Images/warning.png) no-repeat 4px 4px #FCF9DA;
    width: 22px;
}

.warning td {
    padding: 3px;
    color: #C63;
    background: #FCF9DA;
}

input.error,
textarea.error {
    background: #FFF0F0;
    border: 1px solid #FDD;
    display: block;
}

label.error {
    color: #F90;
    border: 0;
    background: none;
    margin-left: 5px;
}

#SafeNote {
    width: 220px;
    display: none;
    position: absolute;
    top: 0;
    left: 9px;
    padding: 10px;
    font-size: 12px;
}

.contenttitle {
    text-align: center;
    font-size: 18px;
}

.contentdate {
    font-size: 14px;
    text-align: center;
}

.SchList {
    width: 100%;
    margin: 0 auto;
}

.SchList th {
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    line-height: 2.5em;
    border-bottom: 1px dotted #CCC;
    color: #666;
}

.SchList td {
    color: #AAA;
    line-height: 2em;
}

.SchList span {
    color: #C30;
}

.SchList em {
    color: #090;
    font-style: normal;
    font-size: 10px;
    line-height: 3em;
}

.Pages {
    text-align: right;
    padding: 10px;
    clear: both;
    margin: 20px 0;
    font-size: 14px;
}

.Pages a {
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px 0 0;
    background: #FFF;
    color: #666;
}

.Pages a:hover {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px 0 0;
    background: #f9f9f9;
    color: #333;
}

.Pages .choose {
    border: 1px solid #eee;
    padding: 5px 10px;
    text-align: center;
    margin: 0 10px 0 0;
    background: #f0f0f0;
    color: #666;
}

.tc_cont_w {
    display: none;
}

.tc_cont_w .tc_cont {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9990;
}

.tc_cont_w .tc_bg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 9900;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tc_cont_w .tc_cont .tc_main {
    width: 750px;
    margin: 0 auto;
    height: 70px;
    overflow: hidden;
}

.tc_cont_w .tc_cont .tc_main dd {
    width: 314px;
    margin: 0 auto;
    text-align: center;
    float: left;
}

.tc_cont_w .tc_cont .tc_main .tc_head {
    height: 50px;
    width: 40px;
    line-height: 24px;
    text-align: center;
    font-size: 18px;
    font-family: "微软雅黑";
    color: #333;
    position: relative;
    margin-top: 11px;
    color: #F76E10;
}

.tc_cont_w .tc_cont .tc_main .tc_gantan {
    margin-top: 10px;
    width: 60px;
}

.tc_cont_w .tc_cont .tc_main .tc_gantan img {
    height: 50px;
}

.tc_cont_w .tc_cont .tc_main .tc_txt {
    margin: 16px 20px 0;
    width: 310px;
    font-size: 16px;
    color: #fff
}

.tc_cont_w .tc_cont .tc_main .tc_btn {
    height: 40px;
    width: 188px;
    line-height: 40px;
    text-align: center;
    margin-top: 16px;
    background: #F76E10;
    margin-top: 16px;
}

.tc_cont_w .tc_cont .tc_main .tc_btn a {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #fff;
}

.tc_cont_w .tc_cont .tc_main .close {
    font-size: 67px;
    font-weight: 100;
    margin-top: 3px;
    width: 90px;
    color: #F8873A;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*全局CSS结束，请勿删除或修改*/

.foot .position .codelist {
    float: right;
    width: 500px;
}

.foot .codelist .code {
    float: right;
    margin-left: 15px;
}

.foot .codelist .code p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3488db;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3488db;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3488db;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}